home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.iso88595.z / gtkrc.iso88595
Text File  |  2002-07-08  |  2KB  |  76 lines

  1. # $(datadir)/gtkrc.iso88595
  2. #
  3. # This file defines the fontsets for iso-8859-5 encoding
  4. # make symliks or hardlinks to gtkrc.$LANG if your language uses iso-8859-5
  5. # and a gtkrc.$LANG doesn't exist yet.
  6. #
  7. # 1999, Pablo Saratxaga <srtxg@chanae.alphanet.ch>
  8. #
  9.  
  10. style "GnomeScores_CurrentPlayer_style"
  11. {
  12.   fg[NORMAL] = {1.0, 0.0, 0.0}
  13. }
  14.  
  15. style "GnomeScores_Logo_style"
  16. {
  17.   fontset = "-freefont-garamond-*-*-*-*-30-170-*-*-*-*-iso8859-1,\
  18.           -*-garamond-*-r-*-*-34-*-*-*-*-*-iso8859-5,\
  19.       -*-*-*-r-*-*-34-*-*-*-*-*-iso8859-5"
  20.   fg[NORMAL] = {0.0, 0.0, 1.0}
  21. }
  22.  
  23. style "GnomeAbout_DrawingArea_style"
  24. {
  25.   bg[NORMAL] = {1.0, 1.0, 1.0}
  26. }
  27.  
  28. style "GnomeAbout_Title_style"
  29. {
  30.   fontset = "-*-helvetica-bold-r-normal-*-20-*-*-*-*-*-*-*"
  31. }
  32.  
  33. style "GnomeAbout_Copyright_style"
  34. {
  35.   fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"
  36. }
  37.  
  38. style "GnomeAbout_Author_style"
  39. {
  40.   fontset = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"
  41. }
  42.  
  43. style "GnomeAbout_Names_style"
  44. {
  45.   fontset = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"
  46. }
  47.  
  48. style "GnomeAbout_Comments_style"
  49. {
  50.   fontset = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"
  51. }
  52.  
  53. style "GnomeHRef_Label_style"
  54. {
  55.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  56.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  57.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  58.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  59. }
  60.  
  61. style "GnomeGuru_PageTitle_style" 
  62. {
  63.  fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"    
  64. }
  65.  
  66. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  67. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  68. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  69. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  70. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  71. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  72. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  73. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  74. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  75. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  76.